home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Starter / JST / Developer / sources / jst / osemu.i < prev    next >
Encoding:
Text File  |  1999-12-03  |  449 b   |  23 lines

  1.     IFND    OSEMU_I_INCLUDED
  2. OSEMU_I_INCLUDED    =    1
  3.  
  4.     MC68000
  5.  
  6.  
  7. ; ** OSEmu configuration structure offsets
  8.  
  9. OSM_SLVTRAINER    = 4
  10. OSM_LASTLOADSEG    = 8
  11. OSM_ID        = 12
  12. OSM_VER        = 16
  13. OSM_RELEASE    = 18
  14. OSM_COPPERADDR    = 20
  15. OSM_ICONIFYCODE    = 24
  16. OSM_ICONIFYKEY    = 28
  17. OSM_JSTFLAGS    = 32    ; this and all this above for OSEmu v1.0
  18. OSM_EXPMEM    = 36
  19. OSM_EXPSIZE    = 40    ; this and all this above for OSEmu v1.3
  20. OSM_DEBUGENTRY  = 44    ; this and all this above for OSEmu v1.4
  21.  
  22.     ENDC
  23.